Other Functions

The following functions are available globally.

  • Returns a normalized number given min and max bounds.

    Declaration

    Swift

    public func wrap(_ value: Double, min minValue: Double, max maxValue: Double) -> Double